Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDocumentMediaExportDialog<TContent> Class / Exporter Property


In This Topic
    Exporter Property (NDocumentMediaExportDialog<TContent>)
    In This Topic
    Gets the exporter, which has created this dialog.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Exporter As NElementMediaExporter(Of TContent)
    'Usage
     
    
    Dim instance As NDocumentMediaExportDialog(Of TContent)
    Dim value As NElementMediaExporter(Of TContent)
     
    value = instance.Exporter
    public NElementMediaExporter<TContent> Exporter {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also